runtime._defer._panic (field)
20 uses
runtime (current package)
panic.go#L279: if d._panic != nil {
panic.go#L335: *(*uintptr)(unsafe.Pointer(&d._panic)) = 0
panic.go#L393: if d._panic != nil {
panic.go#L509: if d._panic != nil {
panic.go#L510: d._panic.aborted = true
panic.go#L511: d._panic = nil
panic.go#L521: d._panic = (*_panic)(noescape(unsafe.Pointer(&p)))
panic.go#L556: d._panic = nil
panic.go#L695: d1._panic = nil
panic.go#L768: p := d._panic
panic.go#L776: if d._panic != nil && d._panic.recovered {
panic.go#L886: if d._panic != nil {
panic.go#L887: d._panic.aborted = true
panic.go#L889: d._panic = nil
panic.go#L910: d._panic = (*_panic)(noescape(unsafe.Pointer(&p)))
panic.go#L915: if done && !d._panic.recovered {
panic.go#L928: d._panic = nil
runtime2.go#L1011: _panic *_panic // panic that is running defer
stack.go#L766: adjustpointer(adjinfo, unsafe.Pointer(&d._panic))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |